home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 09 - 1993 / 09.10 Oct 93 / Fixed-Point Math / matrix<fix>.cp < prev    next >
Encoding:
Text File  |  1993-07-23  |  236 b   |  10 lines  |  [TEXT/KAHL]

  1. /***************************************
  2. * matrix<fix>.cp
  3. * pragmas to create public fix matrix
  4. ***************************************/
  5.  
  6. #include "fix.h"
  7. #include "matrix.cp"
  8. #pragma template matrix<fix>
  9. #pragma template_access public
  10.